go/types.subster.check (field)

6 uses

	go/types (current package)
		subst.go#L77: 		check:     check,
		subst.go#L87: 	check     *Checker // nil if called via Instantiate
		subst.go#L120: 			return subst.check.newAliasInstance(subst.pos, t.orig, targs, subst.expanding, subst.ctxt)
		subst.go#L200: 			iface := subst.check.newInterface()
		subst.go#L222: 			if subst.check == nil { // golang/go#61561: all newly created interfaces must be completed
		subst.go#L266: 			return subst.check.instance(subst.pos, orig, targs, subst.expanding, subst.ctxt)